home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 November / PCWNOV08.iso / Software / Freeware / Process QuickLink / processquicklink2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-07-22  |  3.2 KB  |  57 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=ProcessQuickLink 2
  4. AppVerName=ProcessQuickLink 2.0
  5. AppId=ProcessQuickLink 2
  6. AppPublisher=Uniblue
  7. AppPublisherURL=http://www.uniblue.com/
  8. DefaultDirName={pf}\Uniblue\ProcessQuickLink 2
  9. DefaultGroupName=ProcessQuickLink 2
  10. UninstallDisplayIcon={app}\ProcessQuickLink2.exe
  11. UninstallDisplayName=Uniblue ProcessQuickLink 2
  12. OutputBaseFilename=in
  13. Compression=lzma
  14. DisableProgramGroupPage=yes
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\ProcessQuickLink2.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  21. Source: "{app}\ProcessQuickLink2Admin.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  22. [Registry]
  23. Root: HKCU; Subkey: "Software\Uniblue"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  24. Root: HKCU; Subkey: "Software\Uniblue\ProcessQuickLink2"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
  25. Root: HKCU; Subkey: "Software\Uniblue\ProcessQuickLink2"; ValueName: "NoSplashScreen"; ValueType: Dword; ValueData: "$0"; MinVersion: 0.0,5.0; 
  26. Root: HKCU; Subkey: "Software\Uniblue\ProcessQuickLink2"; ValueName: "SendExtendedInfo"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.0; 
  27. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Uniblue ProcessQuickLink 2"; ValueType: String; ValueData: """{app}\ProcessQuickLink2.exe"" /autostart"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  28. [Run]
  29. Filename: "{app}\ProcessQuickLink2.exe"; MinVersion: 0.0,5.0; Flags: postinstall skipifsilent nowait
  30. [UninstallRun]
  31. Filename: "{app}\ProcessQuickLink2.exe"; Parameters: "/shutdown"; MinVersion: 0.0,5.0; 
  32. [Icons]
  33. Name: "{group}\ProcessQuickLink 2"; Filename: "{app}\ProcessQuickLink2.exe"; MinVersion: 0.0,5.0; 
  34. Name: "{userdesktop}\ProcessQuickLink 2"; Filename: "{app}\ProcessQuickLink2.exe"; Tasks: desktopicon; MinVersion: 0.0,5.0; 
  35. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ProcessQuickLink 2"; Filename: "{app}\ProcessQuickLink2.exe"; Tasks: quicklaunchicon; MinVersion: 0.0,5.0; 
  36. [Tasks]
  37. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 0.0,5.0; 
  38. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 0.0,5.0; 
  39. [UninstallDelete]
  40. Type: filesandordirs; Name: "{app}\ProcessQuickLink2Admin.exe"; 
  41. Type: filesandordirs; Name: "{app}\ProcessQuickLink2.exe"; 
  42. Type: dirifempty; Name: "{app}"; 
  43. [CustomMessages]
  44. english.NameAndVersion=%1 version %2
  45. english.AdditionalIcons=Additional icons:
  46. english.CreateDesktopIcon=Create a &desktop icon
  47. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. english.ProgramOnTheWeb=%1 on the Web
  49. english.UninstallProgram=Uninstall %1
  50. english.LaunchProgram=Launch %1
  51. english.AssocFileExtension=&Associate %1 with the %2 file extension
  52. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "english"; MessagesFile: "embedded\english.isl"; 
  57.